home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / RZToDoList / Source / English.lproj / Inspector.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  836 b   |  28 lines

  1. ToDoInspector = {
  2.     ACTIONS = {
  3.     "completed:" = "completed:"; 
  4.     "private:" = "private:"; 
  5.     "switchType:" = "switchType:"; 
  6.     "toggleShowCompleted:" = "toggleShowCompleted:"; 
  7.     "toggleShowPending:" = "toggleShowPending:"; 
  8.     "toggleShowPrivate:" = "toggleShowPrivate:"; 
  9.     "windowDidUpdate:" = "windowDidUpdate:"; 
  10.     }; 
  11.     OUTLETS = {
  12.     completedSwitch = completedSwitch; 
  13.     completedText = completedText; 
  14.     createdText = createdText; 
  15.     priorityText = priorityText; 
  16.     privateSwitch = privateSwitch; 
  17.     showCompletedSwitch = showCompletedSwitch; 
  18.     showPendingSwitch = showPendingSwitch; 
  19.     showPrivateSwitch = showPrivateSwitch; 
  20.     statusMatrix = statusMatrix; 
  21.     typeMatrix = typeMatrix; 
  22.     window = window; 
  23.     }; 
  24.     SUPERCLASS = Object; 
  25. };
  26. NoKeyWindow = {SUPERCLASS = Window; };
  27. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  28.